HELP - unionCmd.page
HelpCommand ReferenceunionCmd.page
Description Overview Included files Included by Source
/**
\page unionCmd
!!! Attaching comment block to a specific typedef ( union )
The union command is used to explicitly link a documentation comment block to the 
specified union.
!Syntax
\code
/**
\union Union
Normal way of documenting goes here ....
\endds_doc \endcode
!Output
The union command does not produce any output of its own, but secures that the 
comment block as a whole is used to produce the documentation of the specified class.
\include separate_docs.inc
*/